home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / show / Next3.2.readme < prev   
Text File  |  2002-05-05  |  3KB  |  75 lines

  1. Short:    Viewer for text/guides/html/datatypes
  2. Author:   Jürgen Klawitter
  3. Uploader: Jürgen Klawitter <klawitter.juergen@berlin.de>
  4. Type:     text/show
  5. Replaces: text/show/Next3.1.lha
  6.  
  7.  
  8.   NEXT is a fast and compact text viewer, written in assembly.
  9.   It displays all kinds of files including binaries, crunched and
  10.   archived files. OS 2+ required.
  11.  
  12.  
  13.   Main Features
  14.   -------------
  15.   - Hypertext viewer for HTML (offline) and AmigaGuide documents.
  16.     Doesn't need amigaguide.library but uses it if wanted
  17.   - Conversion of various text formats:
  18.     IBM/MSDos text, MacIntosh text, MacBin, FTXT, RTF, MSHelp files, Unix
  19.     manual pages, MSWord, MacWord, MSWrite, WordPerfect, FinalWriter and
  20.     WordWorth
  21.   - displays powerpacked data files (internal routine) and XPK files
  22.   - expands LZ77 compressed (SZDD) files
  23.   - unpacks and displays archived files by external dearchivers
  24.     (LhA,LZX,ZIP,GZIP,RAR,COMPRESS,TAR) or by XAD (xadmaster.library and
  25.     clients)
  26.   - internal detar routine
  27.   - GUI for dearchivers/XAD
  28.   - build-in commands: Copy, Delete, InitPrinter, Filenote
  29.   - displays pictures and sounds by datatypes
  30.   - has own print routine for pictures
  31.   - remembers previously loaded files
  32.   - easy loading of your favorite files which can be predefined
  33.   - font sensitive, font selection by font requester
  34.   - saves/prints whole file or a definable block
  35.   - printings can be done with headings and page numbers if wanted (position
  36.     and style of title text can be selected)
  37.   - fast and effective search: all matches are displayed at once on screen
  38.   - pattern search
  39.   - search by mouse click
  40.   - special search routine for strings within binaries
  41.   - counts words, strings or chars within a file or block
  42.   - various modes to load a file
  43.   - scans directories using wildcards
  44.   - Aminet support
  45.   - bookmarks
  46.   - appwindow
  47.   - clipboard copy
  48.   - size of displayed files unlimited
  49.   - reentrant code (can be made resident)
  50.   ... and more
  51.  
  52.   ---------------------------------------------------------------------
  53.  
  54.   Changes in V3.2
  55.   ===============
  56.   meaning: + new, ^ improved, * changed, - removed
  57.  
  58. + Option SCREEN/K can be used to open NEXT's window on other than the default
  59.   public screen
  60. + Command ForceXAD (Amiga-X) forces NEXT to check the next file to load
  61.   by the XAD recognition routines. This can be usefull if NEXT doesn't
  62.   recognize an archive by its own routines.
  63. + Files which have been erroneously treated by NEXT as archives can now
  64.   be loaded (after XAD error message).
  65. + Improved detection of tar archives a little bit.
  66. + Added conversion of several html-tags: <Q>, <EM>, <DFN>, <VAR>
  67. ^ The char '\' can now be used also with the functions Copy, Write and
  68.   MatchFiles as shortcut for the directory of the currently loaded file.
  69. * Keys for saving and printing are now different: * and Shift-P will now
  70.   start printing immediately, W and Shift-W will write/save to a file.
  71. * Since 'W' is reserved for writing/saving the key command for Word statistics
  72.   is now '"'.
  73. - BUG: Printing of pictures didn't work with printer.device V43 (OS3.5).
  74. - BUG: The 'Goto line' requester had a wrong title (Tab width..).
  75.